ASP.NET Core MVC コントロールヘルプ
FlexGridBase<T> クラス
メンバ 

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 : FlexGridBase<T> クラス
The FlexGrid control provides a powerful and flexible way to display and edit data in a tabular format.
オブジェクト モデル
FlexGridBase<T> クラス
シンタックス
'宣言
 
Public MustInherit Class FlexGridBase(Of T) 
   Inherits ItemsBoundControl(Of T)
   Implements ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
public abstract class FlexGridBase<T> : ItemsBoundControl<T>, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
型パラメータ
T
継承階層

System.Object
   C1.Web.Mvc.Component
      C1.Web.Mvc.Control
         C1.Web.Mvc.ItemsBoundControl<T>
            C1.Web.Mvc.FlexGridBase<T>
               C1.Web.Mvc.FlexGrid<T>
               C1.Web.Mvc.MultiRow.MultiRow<T>
               C1.Web.Mvc.Olap.PivotGrid
               C1.Web.Mvc.Sheet.FlexSheet
               C1.Web.Mvc.TransposedGrid.TransposedGrid<T>
               C1.Web.Mvc.TransposedMultiRow.TransposedMultiRow<T>

参照

FlexGridBase<T> メンバ
C1.Web.Mvc 名前空間